home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-07-04 | 837 b | 20 lines | [TEXT/MPS ] |
- /* Comments.h: Uncompleted comment handling for ProjectDrag
- *
- * A set of applets for drag and drop source control by Tim Maroney.
- * See develop, issue 23 for details.
- *
- * Built on DropShell by Leonard Rosenthol, Stephan Somogyi, and Marshall Clow,
- * and using the MoreFiles utilities by Jim Luther.
- *
- * This software is free, but don't modify and redistribute it without
- * changing the status window to indicate your name and your changes!
- */
-
- OSErr AddFirstTimeHeader(FSSpec *file, StringPtr userName, StringPtr nickname, StringPtr comment);
-
- OSErr AddCheckinComment(FSSpec *file, StringPtr userName, StringPtr nickname, StringPtr comment);
-
- OSErr AddCheckoutComment(FSSpec *file, StringPtr userName, StringPtr nickname, StringPtr comment);
-
- Boolean GetChangeComment(Boolean in, ConstStr255Param fileName, StringPtr comment);
-